Marks a policy definition as deleted in DGK
Marks a policy definition as deleted in DGK
Path Parameters
- id string required
Responses
- 200
- 400
- 404
- 409
Policy definition was deleted successfully
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
{
"message": "string",
"level": "string"
}
Request body was malformed, e.g. id was null
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Policy definition with the given ID does not exist
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Policy definition cannot be deleted, because it is referenced by a contract agreement
- application/json
- Schema
- Example (from schema)
Schema
- message string
- level string
- result string
{
"message": "string",
"level": "string",
"result": "string"
}
Loading...